-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ghc 9.8 #32
Support ghc 9.8 #32
Conversation
Think this also needs a release of |
8f6922a
to
9bcf61a
Compare
let pkgs = import ./nixpkgs/23.11 {}; | ||
hpkgs = { | ||
overrides = self: super: { | ||
dependent-sum-template = self.callHackageDirect { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, probably. but i already merged ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RIght, I meant it more as a FYI for any other repos with a big blob of release.nix that can now be aggressively pruned down
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for all the PRs btw
released to hackage |
On top of #31 but done as a separate PR as the
dependent-sum-template
lower bound is increased, which I guess can count as a breaking change?EDIT: Oh probably not, since it's only a bound on the executable?
I tried only increasing the upper bound but it keeps picking up 0.1 unless I increase the lower one.
For the record, here's the error